home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 111
/
XENIATGM111.iso
/
Soluzioni
/
Speciale The Sims
/
Files
/
HulaLamp1.exe
/
script.txt
next >
Wrap
Text File
|
2001-02-07
|
1KB
|
34 lines
; Electric `Ukulele Lady Lamp Script
; These two tokens are necessary for the dialog prompts...
; STRING_### refers to strings in the strings.iff (They will be assigned based on the current language setting)
[set] "%%PACKAGE_NAME%%" "STRING_1"
[set] "%%APPLICATION_NAME%%" "STRING_2"
; Read some relevent registry values into these tokens (to be used below)
[readreg] "%%GAME_PATH%%" "Software\Maxis\The Sims" "SIMS_DATA"
[readreg] "%%LANGUAGE%%" "Software\Maxis\The Sims" "SIMS_LANGUAGE"
; setlanguage must be done before any set commands that refer to the Strings.iff
; English is the default if this command is left out
[setlanguage] "%%LANGUAGE%%"
; Reset these tokens based on the newly set language
[set] "%%PACKAGE_NAME%%" "STRING_1"
[set] "%%APPLICATION_NAME%%" "STRING_2"
; This ends the preprocessing and starts making changes
; This is where the application brings up the first dialog box.
[begin]
; Make Directory
[md] "%%GAME_PATH%%\Downloads\LampHulaUke"
; Copy Files
[copy] ".\LampHulaUke\*.*" "%%GAME_PATH%%\Downloads\LampHulaUke\"